Câu ví dụ
- thêm câu ví dụ: 1 2 3
- The first line is a conventional variable declaration: blank has type Point.
Dòng thứ nhất là một lời khai báo biến thông dụng: blank có kiểu Point. - Check the box for Require Variable Declaration.
check vào mục Require Variable Declaration - Check the box for Require Variable Declaration.
check vào mục Require Variable Declaration - To be concise, we can combine the variable declaration and assignment into a single line:
Để ngắn gọn lại, chúng ta có thể hợp nhất việc khai báo biến và gán vào một dòng duy nhất: - Like many lines in C, each variable declaration line needs to end with a semicolon.
Giống như nhiều dòng khác trong C, mỗi dòng khai báo biến cần phải kết thúc bằng dấu chấm phẩy.